home *** CD-ROM | disk | FTP | other *** search
/ Software Explosion / Software Explosion (Fore-Matt Home Computing)(1996).iso / amos_system / compiler_configuration < prev    next >
Text File  |  1980-01-13  |  4KB  |  178 lines

  1.  
  2.     -----------------------------------------------------
  3.     AMOS Compiler settings definition, by Francois Lionet
  4.                  (c) 1991 Mandarin / Jawx
  5.     -----------------------------------------------------
  6.  
  7.  
  8.     
  9.     Compiler.AMOS configuration, never ever change this line!
  10.     ---------------------------------------------------------    
  11.     
  12. [012011100100................................................]
  13.  
  14.  
  15.  
  16.     Default command line (optional)
  17.     -------------------------------
  18.  
  19. {-S1}
  20.  
  21.  
  22.  
  23.     Files used to compile
  24.     ---------------------
  25.  
  26.  
  27.     * Compiler environment file to load
  28.  
  29. 1- With errors PAL    {:AMOS_System/AMOS1_3_PAL.ENV}
  30. 2- With errors NTSC    {:AMOS_System/AMOS1_3_NTSC.ENV}
  31. 3- Without errors     {:AMOS_System/RAMOS1_3.ENV}
  32.  
  33.     * Compiler main libraries...
  34.  
  35. 4- Main AMOS library    {:AMOS_System/AMOS.Lib}
  36. 5- Graphic functions    {:AMOS_System/W.CLib}
  37. 6- Prg header-CLI    {:AMOS_System/Header_Cli.Lib}
  38. 7- Prg header-Backstart    {:AMOS_System/Header_Backstart.Lib}
  39. 8- Prg header-AMOS    {:AMOS_System/Header_AMOS.AMOS}
  40. 9- Prg icon        {:AMOS_System/Def_Compiled}
  41.  
  42.     * AMOS Default files. Empty brackets means: "use the one
  43.       defined in the .ENV file loaded!"
  44.  
  45. 10-Mouse.Abk        {}
  46. 11-Default.Font        {}
  47. 12-Default.Key        {}
  48.  
  49.     * 26 extensions. Empty brackets have the same meaning, but you
  50.       can also use a single dot between the bracket: it means "do not
  51.       load anything!"
  52.  
  53. 1- Music        {}
  54. 2- Screen compactor    {}
  55. 3- 3D            {}
  56. 4- Extension #4        {}
  57. 5- Compiler         {}
  58. 6- Serial        {}
  59. 7- Extension #7        {}
  60. 8- Extension #8        {}
  61. 9- Extension #9        {}
  62. 10-Extension #10    {}
  63. 11-Extension #11    {}
  64. 12-Extension #12    {}
  65. 13-Extension #13    {}
  66. 14-Extension #14    {}
  67. 15-Extension #15    {}
  68. 16-Extension #16    {}
  69. 17-Extension #17    {}
  70. 18-Extension #18    {}
  71. 19-Extension #19    {}
  72. 20-Extension #20    {}
  73. 21-Extension #21    {}
  74. 22-Extension #22    {}
  75. 23-Extension #23    {}
  76. 24-Extension #24    {}
  77. 25-Extension #25    {}
  78. 26-Extension #26    {}
  79.  
  80.  
  81.     Default buffers sizes. Use with care.
  82.     -------------------------------------
  83. 1- Source buffer if on disc (>2000)    {8000}
  84. 2- Object buffer if on disc (>4000)    {8000}
  85. 3- Step of object buffer reservation    {8000}
  86. 4- Relocation buffer            {16000}
  87. 5- Strings pointers buffer (4 bytes used per string found)
  88.                     {16000}
  89. 6- Labels buffer            {12000}
  90. 7- Loops buffer                {2000}
  91. 8- Address buffer            {2000}
  92. 9- Maximum number of global variables    {2000}
  93. 10-Maximum number of local variables    {2000}
  94.             
  95.  
  96.     Messages definition. Please notice the cariage returns!
  97.     -------------------------------------------------------
  98.  
  99.     * Error messages
  100.  
  101. 1-     {Error in command line.
  102. }
  103. 2-    {Error in compiler setting's command line.
  104. }
  105. 3-    {Extension not loaded.
  106. }
  107. 4-    {Cannot get icon informations.
  108. }
  109. 5-    {Disc error.
  110. }
  111. 6-    {Out of memory.
  112. }
  113. 7-    {Program not tested, error found in line
  114. }
  115. 8-    {Cannot uncode procedure.
  116. }
  117. 9-    {Compilation aborted.
  118. }
  119. 10-    {Nothing to compile.
  120. }
  121. 11-    {Syntax error in configuration file.
  122. }
  123. 12-    {Program not tested.
  124. }
  125. 13-    {Not an AMOS program.
  126. }
  127. 14-    {Label not defined at the same level of procedure.
  128. }
  129. 15-    {Program already compiled.
  130. }
  131. 16-    {Program structures too long: compile with the -l option.
  132. }
  133. 17-    {}
  134. 18-    {}
  135. 19-    {}
  136.  
  137.  
  138.     * Messages for CLI / Direct mode compiling
  139.  
  140. 20- Title
  141. {
  142.  
  143. **********************************
  144. *         AMOS Compiler          *
  145. * ⌐ 1991 Europress Software Ltd. *
  146. **********************************
  147. }
  148. 21-
  149. {Opening libraries...
  150. }
  151. 22- 
  152. {Compiling program...
  153. }
  154. 23-
  155. {Copying library routines...}
  156. 24- String printed for each library routine copied, if you want.
  157. {}
  158. 25- 
  159. {Copying system data...
  160. }
  161. 26-
  162. {Copying memory banks...
  163. }
  164. 27-
  165. {Opening source: }
  166. 28-
  167. {Closing object: }
  168. 29-
  169. {Total memory used: }
  170. 30-
  171. {Object length: }
  172. 31-
  173. { bytes.
  174. }
  175. 32- Printed when everything is over
  176. {
  177. }
  178.